9097c4b8627d469c062e1f93e5bfd41ca9f47831,webs/sync-web/docroot/WEB-INF/src/com/liferay/sync/service/impl/SyncDLObjectServiceImpl.java,SyncDLObjectServiceImpl,getUserSitesGroups,#,674

Before Change


					PortletPropsKeys.SYNC_ALLOW_USER_PERSONAL_SITES,
					PortletPropsValues.SYNC_ALLOW_USER_PERSONAL_SITES)) {

				groups.add(user.getGroup());
			}

			Group companyGroup = groupLocalService.getCompanyGroup(

After Change


					PortletPropsKeys.SYNC_ALLOW_USER_PERSONAL_SITES,
					PortletPropsValues.SYNC_ALLOW_USER_PERSONAL_SITES)) {

				Group userGroup = user.getGroup();

				userGroup.setName(user.getScreenName());